Click or drag to resize

ResourceRemoveProperty Method (String, Property)

Remove a property from a resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public MultiStatus RemoveProperty(
	string address,
	Property property
)

Parameters

address
Type: SystemString
The URI that identifies the resource.
property
Type: Independentsoft.WebdavProperty
The property to be removed.

Return Value

Type: MultiStatus
A MultiStatus indicating the status of the property remove.
See Also